'Declaration
Public Class SparseArray(Of T As IEquatable(Of T))
'Usage
Dim instance As SparseArray(Of T)
public class SparseArray<T> where T: IEquatable<T>
'Declaration
Public Class SparseArray(Of T As IEquatable(Of T))
'Usage
Dim instance As SparseArray(Of T)
public class SparseArray<T> where T: IEquatable<T>
System.Object
GrapeCity.Spreadsheet.SparseArray<T>